home *** CD-ROM | disk | FTP | other *** search
- on idle
- if rollOver(5) then
- go("1")
- end if
- if rollOver(6) then
- go("2")
- end if
- if rollOver(7) then
- go("3")
- end if
- if rollOver(8) then
- go("4")
- end if
- if rollOver(20) then
- set the castNum of sprite 20 to 78
- else
- set the castNum of sprite 20 to 77
- end if
- if rollOver(22) then
- set the ink of sprite 21 to 0
- else
- set the ink of sprite 21 to 39
- end if
- end
-
- on exitFrame
- go(the frame + 1)
- end
-